dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlVector<T> Structure / Null Property

In This Topic
    Null Property (SqlVector<T>)
    In This Topic
    Represents a null instance without any attributes.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Null As Nullable(Of SqlVector(Of T))
    public static Nullable<SqlVector<T>> Null {get;}
    See Also